IsAnArray
Type
operator
Summary
Determines whether Target is an array or not.
Syntax
<Target> is an array
Description
Determines whether Target is an array or not.
Parameters
| Name | Type | Description |
|---|---|---|
Target | Any expression |
Value
| Name | Type | Description |
|---|---|---|
return | Returns true if the given expression Target is an array, and false if not. |